ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColumnBaseTagHelper<TControl> Class / AllowMerging Property

In This Topic
    AllowMerging Property (ColumnBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.AllowMerging. Sets whether cells in this row or column can be merged.
    Syntax
    'Declaration
     
    Public Overridable Property AllowMerging As Boolean
    public virtual bool AllowMerging {get; set;}
    See Also